home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1337 / pman.ex_ / 0 / RCDATA / TMESSAGEFORM / TMESSAGEFORM.txt
Encoding:
Text File  |  1996-09-29  |  902 b   |  46 lines

  1. object messageform: Tmessageform
  2.   Left = 265
  3.   Top = 203
  4.   BorderStyle = bsDialog
  5.   Caption = 'messageform'
  6.   ClientHeight = 91
  7.   ClientWidth = 223
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 16
  18.     Width = 193
  19.     Height = 33
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'Data file is corrupt, Please re-install.'
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 209
  33.     Height = 50
  34.     Shape = bsFrame
  35.   end
  36.   object Button1: TButton
  37.     Left = 144
  38.     Top = 64
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.